Important: The commands or keywords/variables that are available are dependent on platform type, product version, and installed license(s).
Important: If configured under the router-bgp-mode, multipath is enabled only for the prefixes learnt in the default-vrf. There is no support for vpnv4 prefixes even though multipath is turned on for the default-vrf.
If configured under the address-family-vrf-mode, multipath is enabled only for prefixes learnt in the vrf.
Specifies the IP address of a BGP neighbor. ip_address must be in IPv4 dotted-decimal or IPV6 colon-separated notation.
adv_time must be an integer from 0 through 600. Default: 30
route-map map_name: Specifies the route-map that contains the criteria to originate default routes.
map_name must be the name of an existing route-map in the current context.
in: Indicates that incoming advertised routes should be filtered.
out: Indicates that outgoing advertised routes should be filtered.
max-hop number: Specifies the maximum number of hops allowed to reach a neighbor as an integer from 1 through 255. Default hop count: 255
in: Indicates that incoming advertised routes will be filtered.
out: Indicates that outgoing advertised routes will be filtered.
threshold thresh_percent: Specifies a percentage value of when the BGP table is full. When this value is reached peer warnings are sent to the neighbor.
thresh_percent must be an integer from 1 through 100.
warning-only: Specifies that only a warning message is sent when the limit is exceeded. The neighbor connection is not reset
Sets a password expressed as an alphanumeric string of 1 through 24 characters.
Applies a route map to the neighbor. map_name must be the name of an existing route-map in the current context.
in: Indicates that the route map applies to incoming advertisements.
out: Indicates that the route map applies to outgoing advertisements.
both:Sends standard and extended community attributes
extended:Sends extended community attributes.
standard:Sends standard community attributes.
connect-interval connect_interval: Specifies the connect timer (in seconds) as an integer from 0 through 65535. The default is 60 seconds.
keepalive-interval keepalive_interval: Specifies the frequency (in seconds) at which the current BGP router sends keepalive messages to its neighbor.
keep_time must be an integer from 0 through 65535. The default is 30 seconds.
holdtime-interval holdtime_interval: Specifies the interval (in seconds) the router waits for a keepalive message before declaring a neighbor dead.
hold_time must be an integer from 0 through 65535. The default is 90 seconds.
min-peer-holdtime-interval min_peer_hold_interval: Specifies the minimum acceptable hold time (in seconds) from peer for a keepalive message before declaring a neighbor dead.
min_peer_hold_interval must be an integer from 0 through 65535. The default is 90 seconds.
Specifies the IP address and netmask bits for the network to announce via BGP. ip_address is a network IP address in IPV4 dotted-decimal notation and
mask is the number of subnet bits, representing a subnet mask in CIDR. These must be entered in the IPv4 dotted-decimal notation/subnet bits format.
Filter routes through the specified route map before announcing the network. map_name specifies the name of the route-map to use as an alphanumeric string of 1 through 79 characters.
Filters routes through the specified route map before redistribution. map_name specifies the name of the route-map to use as an alphanumeric string of 1 through 79 characters.